Creates a
Visual object that represents an element drawing the
GrapeCity.Documents.Layout.Contour.
シンタックス
'宣言
Public Overloads Function CreateVisual( _
ByVal As Contour, _
ByVal As System.Boolean, _
ByVal As System.Action(Of GcGraphics,Visual) _
) As Visual
public Visual CreateVisual(
Contour ,
System.bool ,
System.Action<GcGraphics,Visual>
)
パラメータ
- contour
- A GrapeCity.Documents.Layout.Contour to be associated with the Visual.
- createRect
- Indicates whether a new GrapeCity.Documents.Layout.LayoutRect must be associated with the Visual.
- draw
- A delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Visual, and draws the visual on the graphics.
参照